ThinkPHP5


think\console\command\make\Model
library\think\console\command\make\Model.php at line 16

Class Model

Command
└─Make
└─Model
All Known Subclasses:
think\model\Merge think\model\Pivot

public class Model
extends Make


Method Summary
protected void

configure()

配置指令

protected void

getStub()

protected void

getNamespace(mixed appNamespace, mixed module)

Methods inherited from think\console\command\Make
buildClass, configure, execute, getClassName, getNamespace, getPathName, getStub
Methods inherited from think\console\Command
__construct, addArgument, addOption, addUsage, configure, execute, getAliases, getConsole, getDefinition, getDescription, getHelp, getName, getNativeDefinition, getProcessedHelp, getSynopsis, getUsages, ignoreValidationErrors, initialize, interact, isEnabled, mergeConsoleDefinition, run, setAliases, setCode, setConsole, setDefinition, setDescription, setHelp, setName

Method Detail

library\think\console\command\make\Model.php at line 20

configure

protected void configure()

配置指令


library\think\console\command\make\Model.php at line 27

getStub

protected void getStub()

library\think\console\command\make\Model.php at line 32

getNamespace

protected void getNamespace(mixed appNamespace, mixed module)

ThinkPHP5